home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / src / gdb-4.12 / opcodes / makefile < prev    next >
Encoding:
Makefile  |  1994-07-26  |  5.4 KB  |  195 lines

  1. #    Makefile template for Configure for the opcodes library.
  2. #    Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
  3. #    Written by Cygnus Support.
  4. # This program is free software; you can redistribute it and/or modify
  5. # it under the terms of the GNU General Public License as published by
  6. # the Free Software Foundation; either version 2 of the License, or
  7. # (at your option) any later version.
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  10. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  11. # GNU General Public License for more details.
  12. # You should have received a copy of the GNU General Public License
  13. # along with this program; if not, write to the Free Software
  14. # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  15.  
  16. srcdir = .
  17.  
  18. prefix = /usr/local
  19.  
  20. exec_prefix = $(prefix)
  21. bindir = $(exec_prefix)/bin
  22. libdir = $(exec_prefix)/lib
  23.  
  24. datadir = $(prefix)/lib
  25. mandir = $(prefix)/man
  26. man1dir = $(mandir)/man1
  27. man2dir = $(mandir)/man2
  28. man3dir = $(mandir)/man3
  29. man4dir = $(mandir)/man4
  30. man5dir = $(mandir)/man5
  31. man6dir = $(mandir)/man6
  32. man7dir = $(mandir)/man7
  33. man8dir = $(mandir)/man8
  34. man9dir = $(mandir)/man9
  35. infodir = $(prefix)/info
  36. includedir = $(prefix)/include
  37. oldincludedir =
  38. docdir = $(srcdir)/doc
  39.  
  40. SHELL = /bin/sh
  41.  
  42. INSTALL = install -c
  43. INSTALL_PROGRAM = $(INSTALL)
  44. INSTALL_DATA = $(INSTALL)
  45.  
  46. AR = ar
  47. AR_FLAGS = qc
  48. CFLAGS = -g
  49. BISON = bison
  50. MAKEINFO = makeinfo
  51. RANLIB = ranlib
  52.  
  53. INCDIR = $(srcdir)/../include
  54. BFDDIR = $(srcdir)/../bfd
  55. CSEARCH = -I. -I$(srcdir) -I../bfd -I$(INCDIR) -I$(BFDDIR)
  56. DEP = mkdep
  57.  
  58.  
  59. TARGETLIB = libopcodes.a
  60.  
  61. # To circumvent a Sun make VPATH bug, each file listed here
  62. # should also have a foo.o: foo.c line further along in this file.
  63.  
  64. ALL_MACHINES = a29k-dis.o alpha-dis.o h8300-dis.o h8500-dis.o \
  65.     hppa-dis.o i386-dis.o i960-dis.o m68881-ext.o m68k-dis.o \
  66.     m88k-dis.o mips-dis.o mips-opc.o sh-dis.o sparc-dis.o \
  67.     sparc-opc.o z8k-dis.o
  68.  
  69. # BFD_MACHINES is set by configure.in.
  70. OFILES = $(BFD_MACHINES) dis-buf.o
  71.  
  72. #### host and target dependent Makefile fragments come in here.
  73. BFD_MACHINES=i386-dis.o
  74.  
  75. FLAGS_TO_PASS = \
  76.     "against=$(against)" \
  77.     "AR=$(AR)" \
  78.     "AR_FLAGS=$(AR_FLAGS)" \
  79.     "CC=$(CC)" \
  80.     "CFLAGS=$(CFLAGS)" \
  81.     "RANLIB=$(RANLIB)" \
  82.     "MAKEINFO=$(MAKEINFO)" \
  83.     "INSTALL=$(INSTALL)" \
  84.     "INSTALL_DATA=$(INSTALL_DATA)" \
  85.     "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
  86.     "BISON=$(BISON)"
  87.  
  88. .c.o:
  89.     $(CC) -c $(CFLAGS) $(HDEFINES) $(TDEFINES) $(CSEARCH) $(CSWITCHES) $<
  90.  
  91.  
  92. # C source files that correspond to .o's.
  93. CFILES = i386-dis.c z8k-dis.c m68k-dis.c mips-dis.c
  94.  
  95. STAGESTUFF = $(TARGETLIB) $(OFILES)
  96.  
  97. all: $(TARGETLIB) 
  98.  
  99.  
  100. .NOEXPORT:
  101.  
  102. installcheck check:
  103.  
  104. info:
  105. clean-info:
  106. install-info:
  107. dvi:
  108.  
  109. # HDEPFILES comes from the host config; TDEPFILES from the target config.
  110.  
  111.  
  112. $(TARGETLIB): $(OFILES)
  113.      rm -f $(TARGETLIB)
  114.      $(AR) $(AR_FLAGS) $(TARGETLIB) $(OFILES)
  115.      $(RANLIB) $(TARGETLIB)
  116.  
  117. a29k-dis.o: a29k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/a29k.h
  118. dis-buf.o: dis-buf.c $(INCDIR)/dis-asm.h
  119. h8500-dis.o: h8500-dis.c h8500-opc.h $(INCDIR)/dis-asm.h
  120. h8300-dis.o: h8300-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/h8300.h
  121. i386-dis.o: i386-dis.c $(INCDIR)/dis-asm.h
  122. i960-dis.o: i960-dis.c $(INCDIR)/dis-asm.h
  123. m68881-ext.o: m68881-ext.c $(INCDIR)/ieee-float.h
  124. m68k-dis.o: m68k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/ieee-float.h \
  125.     $(INCDIR)/opcode/m68k.h
  126. mips-dis.o: mips-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/mips.h
  127. mips-opc.o: mips-opc.c $(INCDIR)/opcode/mips.h
  128. sparc-dis.o: sparc-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/sparc.h
  129. sparc-opc.o: sparc-opc.c $(INCDIR)/opcode/sparc.h
  130. z8k-dis.o: z8k-dis.c z8k-opc.h $(INCDIR)/dis-asm.h
  131. sh-dis.o: sh-dis.c sh-opc.h $(INCDIR)/dis-asm.h
  132. alpha-dis.o: alpha-dis.c alpha-opc.h $(INCDIR)/dis-asm.h
  133. hppa-dis.o: hppa-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/hppa.h
  134. m88k-dis.o: m88k-dis.c $(INCDIR)/dis-asm.h $(INCDIR)/opcode/m88k.h
  135.  
  136. tags etags: TAGS
  137.  
  138. TAGS: force
  139.     etags $(INCDIR)/*.h $(srcdir)/*.h $(srcdir)/*.c
  140.  
  141. MOSTLYCLEAN = *.o core *.E *.p *.ip
  142. mostyclean:
  143.     rm -rf $(MOSTLYCLEAN)
  144. clean:
  145.     rm -f *.a $(MOSTLYCLEAN)
  146. distclean: clean
  147.     rm -rf Makefile config.status sysdep.h TAGS
  148. clobber realclean: distclean
  149.  
  150. # Mark everything as depending on config.status, since the timestamp on
  151. # sysdep.h might actually move backwards if we reconfig and relink it
  152. # to a different hosts/h-xxx.h file.  This will force a recompile anyway.
  153. RECONFIG = config.status
  154.  
  155.  
  156.  
  157. # This target should be invoked before building a new release.
  158. # 'VERSION' file must be present and contain a string of the form "x.y"
  159. #
  160. roll:
  161.     @V=`cat VERSION`        ; \
  162.     MAJ=`sed 's/\..*//' VERSION`    ; \
  163.     MIN=`sed 's/.*\.//' VERSION`    ; \
  164.     V=$$MAJ.`expr $$MIN + 1`    ; \
  165.     rm -f VERSION            ; \
  166.     echo $$V >VERSION        ; \
  167.     echo Version $$V
  168.  
  169. # Dummy target to force execution of dependent targets.
  170. #
  171. force:
  172.  
  173. install:
  174.     $(INSTALL_DATA) $(TARGETLIB) $(libdir)/libopcodes.a
  175.     $(RANLIB) $(libdir)/libopcodes.a
  176.  
  177. Makefile: $(srcdir)/Makefile.in $(host_makefile_frag) $(target_makefile_frag)
  178.     $(SHELL) ./config.status
  179.  
  180. dep: $(CFILES)
  181.     mkdep $(CFLAGS) $?
  182.  
  183.  
  184. # What appears below is generated by a hacked mkdep using gcc -MM.
  185.  
  186. # DO NOT DELETE THIS LINE -- mkdep uses it.
  187. # DO NOT PUT ANYTHING AFTER THIS LINE, IT WILL GO AWAY.
  188.  
  189.  
  190. # IF YOU PUT ANYTHING HERE IT WILL GO AWAY
  191.  
  192.